github.com/klauspost/compress/flate.dictDecoder.readFlush (method)

17 uses

	github.com/klauspost/compress/flate (current package)
		dict_decoder.go#L184: func (dd *dictDecoder) readFlush() []byte {
		inflate.go#L414: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L446: 			f.toRead = f.dict.readFlush() // Flush what's left in case of error
		inflate.go#L637: 			f.toRead = f.dict.readFlush()
		inflate.go#L666: 		f.toRead = f.dict.readFlush()
		inflate.go#L676: 			f.toRead = f.dict.readFlush()
		inflate.go#L681: 		f.toRead = f.dict.readFlush()
		inflate_gen.go#L87: 				f.toRead = dict.readFlush()
		inflate_gen.go#L253: 			f.toRead = dict.readFlush()
		inflate_gen.go#L338: 				f.toRead = dict.readFlush()
		inflate_gen.go#L504: 			f.toRead = dict.readFlush()
		inflate_gen.go#L589: 				f.toRead = dict.readFlush()
		inflate_gen.go#L755: 			f.toRead = dict.readFlush()
		inflate_gen.go#L840: 				f.toRead = dict.readFlush()
		inflate_gen.go#L1006: 			f.toRead = dict.readFlush()
		inflate_gen.go#L1091: 				f.toRead = dict.readFlush()
		inflate_gen.go#L1257: 			f.toRead = dict.readFlush()